All Questions
2 questions
0votes
1answer
676views
How can I detect anomalies/outliers in my online streaming data on a real-time basis?
Say, I've a huge set of data(infinite in size) consisting of alternating sine wave and step pulses one after the other. What I want from my model is to parse the data sequence wise or point wise and ...
2votes
1answer
132views
Given data that is labeled as outliers, how can I classify data as outliers?
I have a dataset that is a mixture of sparse binary features and quantitative features. I only have definite outliers labeled. How should I approach trying to classify unlabeled data? I considered ...